Html Css Color HEX #CCBD89 Yuma

📋 copy color: '#CCBD89'

red 204 ◦ green 189 ◦ blue 137

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

Shades of Yuma #CCBD89

Tints of Yuma #CCBD89

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

 BLUE value IS 137 (53.91% from 255) = 25.85%

R = 38.49%
G = 35.66%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCBD89 (or 0xCCBD89) is known color: Yuma. HEX triplet: CC, BD and 89. RGB value is (204,189,137). Sum of RGB (Red+Green+Blue) = 204+189+137=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD89 is #334276. Grayscale: #BBBBBB. Windows color (decimal): -3359351 or 9027020. OLE color: 9027020.

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

Color convert

RGB 204 189 137 -
CMYK 0 0.07 0.33 0.2
HSL 46.57º 0.4% 0.67% -
HSV(B) 46.57º 0.33% 0.8% -
XYZ 47.61 51.04 31.01 -
YUV 187.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 204 189 137 0 0.07 0.33 0.2 46.57 0.4 0.67
Hex CC BD 89 0 7 21 14 2F 28 43
Octal 314 275 211 0 7 41 24 57 50 103
Binary 11001100 10111101 10001001 0 111 100001 10100 101111 101000 1000011

Color Harmonies of #CCBD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD89

Black with #CCBD89

Text Example


Text Example

White with #CCBD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD89; }

 p { color: rgb(204,189,137); }

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

background-color css

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

 a { background-color: rgb(204,189,137); }

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

border-color css

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

 span { border-color: rgb(204,189,137); }

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