Html Css Color HEX #CCB57E Yuma

📋 copy color: '#CCB57E'

red 204 ◦ green 181 ◦ blue 126

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

Shades of Yuma #CCB57E

Tints of Yuma #CCB57E

RGB

 RED value IS 204 (80.08% from 255) = 39.92%

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 39.92%
G = 35.42%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB57E (or 0xCCB57E) is known color: Yuma. HEX triplet: CC, B5 and 7E. RGB value is (204,181,126). Sum of RGB (Red+Green+Blue) = 204+181+126=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57E is #334A81. Grayscale: #B5B5B5. Windows color (decimal): -3361410 or 8304076. OLE color: 8304076.

HSL color Cylindrical-coordinate representation of color #CCB57E: hue angle of 42.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB57E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 126 -
CMYK 0 0.11 0.38 0.2
HSL 42.31º 0.43% 0.65% -
HSV(B) 42.31º 0.38% 0.8% -
XYZ 45.19 47.39 26.5 -
YUV 181.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 204 181 126 0 0.11 0.38 0.2 42.31 0.43 0.65
Hex CC B5 7E 0 B 26 14 2A 2B 41
Octal 314 265 176 0 13 46 24 52 53 101
Binary 11001100 10110101 1111110 0 1011 100110 10100 101010 101011 1000001

Color Harmonies of #CCB57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB57E

Black with #CCB57E

Text Example


Text Example

White with #CCB57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB57E; }

 p { color: rgb(204,181,126); }

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

background-color css

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

 a { background-color: rgb(204,181,126); }

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

border-color css

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

 span { border-color: rgb(204,181,126); }

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