Html Css Color HEX #CBC768 Wild Willow

📋 copy color: '#CBC768'

red 203 ◦ green 199 ◦ blue 104

#CBC768
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CBC768

Tints of Wild Willow #CBC768

RGB

 RED value IS 203 (79.69% from 255) = 40.12%

 GREEN value IS 199 (78.13% from 255) = 39.33%

 BLUE value IS 104 (41.02% from 255) = 20.55%

R = 40.12%
G = 39.33%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC768 (or 0xCBC768) is known color: Wild Willow. HEX triplet: CB, C7 and 68. RGB value is (203,199,104). Sum of RGB (Red+Green+Blue) = 203+199+104=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC768 is #343897. Grayscale: #BDBDBD. Windows color (decimal): -3422360 or 6866891. OLE color: 6866891.

HSL color Cylindrical-coordinate representation of color #CBC768: hue angle of 57.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBC768 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 104 -
CMYK 0 0.02 0.49 0.20
HSL 57.58º 0.49% 0.6% -
HSV(B) 57.58º 0.49% 0.8% -
XYZ 47.55 54.54 21.12 -
YUV 189.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 203 199 104 0 0.02 0.49 0.20 57.58 0.49 0.6
Hex CB C7 68 0 2 31 14 3A 31 3C
Octal 313 307 150 0 2 61 24 72 61 74
Binary 11001011 11000111 1101000 0 10 110001 10100 111010 110001 111100

Color Harmonies of #CBC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC768

Black with #CBC768

Text Example


Text Example

White with #CBC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC768; }

 p { color: rgb(203,199,104); }

 H1.HeaderClassName
 {
   color: #CBC768;
 }
 .AnyTagClassName
 {
   color: #CBC768;
 }
</style>

background-color css

<style>
 a { background-color: #CBC768; }

 a { background-color: rgb(203,199,104); }

 div.DivClassName
 {
   background-color: #CBC768;
 }
 .BgClassName
 {
   background-color: #CBC768;
 }
</style>

border-color css

<style>
 span { border-color: #CBC768; }

 span { border-color: rgb(203,199,104); }

 td.TdClassName
 {
   border-color: #CBC768;
 }
 .TagClassName
 {
   border-color: #CBC768;
 }
</style>