Html Css Color HEX #CCBC8C Yuma

📋 copy color: '#CCBC8C'

red 204 ◦ green 188 ◦ blue 140

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

Shades of Yuma #CCBC8C

Tints of Yuma #CCBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 140 (55.08% from 255) = 26.32%

R = 38.35%
G = 35.34%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCBC8C (or 0xCCBC8C) is known color: Yuma. HEX triplet: CC, BC and 8C. RGB value is (204,188,140). Sum of RGB (Red+Green+Blue) = 204+188+140=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8C is #334373. Grayscale: #BBBBBB. Windows color (decimal): -3359604 or 9223372. OLE color: 9223372.

HSL color Cylindrical-coordinate representation of color #CCBC8C: hue angle of 45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCBC8C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 140 -
CMYK 0 0.08 0.31 0.2
HSL 45º 0.39% 0.67% -
HSV(B) 45º 0.31% 0.8% -
XYZ 47.62 50.7 32.09 -
YUV 187.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 204 188 140 0 0.08 0.31 0.2 45 0.39 0.67
Hex CC BC 8C 0 8 1F 14 2D 27 43
Octal 314 274 214 0 10 37 24 55 47 103
Binary 11001100 10111100 10001100 0 1000 11111 10100 101101 100111 1000011

Color Harmonies of #CCBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC8C

Black with #CCBC8C

Text Example


Text Example

White with #CCBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC8C; }

 p { color: rgb(204,188,140); }

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

background-color css

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

 a { background-color: rgb(204,188,140); }

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

border-color css

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

 span { border-color: rgb(204,188,140); }

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