Html Css Color HEX #CCD0B3 Orinoco

📋 copy color: '#CCD0B3'

red 204 ◦ green 208 ◦ blue 179

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

Shades of Orinoco #CCD0B3

Tints of Orinoco #CCD0B3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.19%

 BLUE value IS 179 (70.31% from 255) = 30.29%

R = 34.52%
G = 35.19%
B = 30.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#CCD0B3 (or 0xCCD0B3) is known color: Orinoco. HEX triplet: CC, D0 and B3. RGB value is (204,208,179). Sum of RGB (Red+Green+Blue) = 204+208+179=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0B3 is #332F4C. Grayscale: #CBCBCB. Windows color (decimal): -3354445 or 11784396. OLE color: 11784396.

HSL color Cylindrical-coordinate representation of color #CCD0B3: hue angle of 68.28º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD0B3 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 179 -
CMYK 0.02 0 0.14 0.18
HSL 68.28º 0.24% 0.76% -
HSV(B) 68.28º 0.14% 0.82% -
XYZ 55.59 61.2 51.53 -
YUV 203.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 204 208 179 0.02 0 0.14 0.18 68.28 0.24 0.76
Hex CC D0 B3 2 0 E 12 44 18 4C
Octal 314 320 263 2 0 16 22 104 30 114
Binary 11001100 11010000 10110011 10 0 1110 10010 1000100 11000 1001100

Color Harmonies of #CCD0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0B3

Black with #CCD0B3

Text Example


Text Example

White with #CCD0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0B3; }

 p { color: rgb(204,208,179); }

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

background-color css

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

 a { background-color: rgb(204,208,179); }

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

border-color css

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

 span { border-color: rgb(204,208,179); }

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